home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / batch.def < prev    next >
Text File  |  2000-11-08  |  3KB  |  130 lines

  1. object TPersHolder
  2.   P.Name = 'MS-DOS Batch Language'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       FIText = 0
  8.       FIIntNum = 1
  9.       FIFloatNum = 2
  10.       FIHexNum = 3
  11.       FISymbol = 8
  12.       UseSymbols = True
  13.       UseComments = True
  14.       UseSingleLineComments = True
  15.       UseFullLineComments = True
  16.       UseStrings = True
  17.       UseSingleLineStrings = True
  18.       UseNumbers = True
  19.       UseKeywords = True
  20.       BlockDelimiters = <>
  21.       SingleLineCommentDelimiters = <
  22.         item
  23.           FontID = 4
  24.           LeftDelimiter = 'rem'
  25.         end>
  26.       FullLineCommentDelimiters = <
  27.         item
  28.           FontID = 5
  29.           LeftDelimiter = ':'
  30.         end>
  31.       SingleLineStringDelimiters = <
  32.         item
  33.           FontID = 7
  34.           LeftDelimiter = '"'
  35.           RightDelimiter = '"'
  36.         end>
  37.       KeywordSets = <
  38.         item
  39.           FontID = 6
  40.           Name = 'commands'
  41.           Keywords = 
  42.             'call,do,echo,errorlevel,exist,for,goto,if,in,not,pause,rem,set,s' +
  43.             'hift'
  44.         end>
  45.     end>
  46.   P.FontTable = <
  47.     item
  48.       FontID = 0
  49.       GlobalAttrID = 'Whitespace'
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = clBlack
  52.       Font.Height = -13
  53.       Font.Name = 'Courier New'
  54.       Font.Style = []
  55.     end
  56.     item
  57.       FontID = 1
  58.       GlobalAttrID = 'Integer'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clGreen
  61.       Font.Height = -13
  62.       Font.Name = 'Courier New'
  63.       Font.Style = []
  64.     end
  65.     item
  66.       FontID = 2
  67.       GlobalAttrID = 'Float'
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clGreen
  70.       Font.Height = -13
  71.       Font.Name = 'Courier New'
  72.       Font.Style = []
  73.     end
  74.     item
  75.       FontID = 3
  76.       GlobalAttrID = 'Integer'
  77.       Font.Charset = DEFAULT_CHARSET
  78.       Font.Color = clGreen
  79.       Font.Height = -13
  80.       Font.Name = 'Courier New'
  81.       Font.Style = []
  82.     end
  83.     item
  84.       FontID = 4
  85.       GlobalAttrID = 'Comment'
  86.       Font.Charset = DEFAULT_CHARSET
  87.       Font.Color = clGray
  88.       Font.Height = -13
  89.       Font.Name = 'Courier New'
  90.       Font.Style = [fsItalic]
  91.     end
  92.     item
  93.       FontID = 5
  94.       GlobalAttrID = 'Comment'
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clGray
  97.       Font.Height = -13
  98.       Font.Name = 'Courier New'
  99.       Font.Style = [fsBold]
  100.     end
  101.     item
  102.       FontID = 6
  103.       GlobalAttrID = 'Reserved words'
  104.       Font.Charset = DEFAULT_CHARSET
  105.       Font.Color = clBlue
  106.       Font.Height = -13
  107.       Font.Name = 'Courier New'
  108.       Font.Style = [fsBold]
  109.     end
  110.     item
  111.       FontID = 7
  112.       GlobalAttrID = 'String'
  113.       Font.Charset = DEFAULT_CHARSET
  114.       Font.Color = clMaroon
  115.       Font.Height = -13
  116.       Font.Name = 'Courier New'
  117.       Font.Style = []
  118.     end
  119.     item
  120.       FontID = 8
  121.       GlobalAttrID = 'Delimiters'
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = clBlack
  124.       Font.Height = -13
  125.       Font.Name = 'Courier New'
  126.       Font.Style = []
  127.     end>
  128.   P.SyntaxVersion = 3
  129. end
  130.